3.65 \(\int \sqrt{c+d x} \csc (a+b x) \, dx\)

Optimal. Leaf size=18 \[ \text{Unintegrable}\left (\sqrt{c+d x} \csc (a+b x),x\right ) \]

[Out]

Unintegrable[Sqrt[c + d*x]*Csc[a + b*x], x]

________________________________________________________________________________________

Rubi [A]  time = 0.0310791, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \sqrt{c+d x} \csc (a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

Int[Sqrt[c + d*x]*Csc[a + b*x],x]

[Out]

Defer[Int][Sqrt[c + d*x]*Csc[a + b*x], x]

Rubi steps

\begin{align*} \int \sqrt{c+d x} \csc (a+b x) \, dx &=\int \sqrt{c+d x} \csc (a+b x) \, dx\\ \end{align*}

Mathematica [A]  time = 15.3741, size = 0, normalized size = 0. \[ \int \sqrt{c+d x} \csc (a+b x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Sqrt[c + d*x]*Csc[a + b*x],x]

[Out]

Integrate[Sqrt[c + d*x]*Csc[a + b*x], x]

________________________________________________________________________________________

Maple [A]  time = 0.059, size = 0, normalized size = 0. \begin{align*} \int \csc \left ( bx+a \right ) \sqrt{dx+c}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(b*x+a)*(d*x+c)^(1/2),x)

[Out]

int(csc(b*x+a)*(d*x+c)^(1/2),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{d x + c} \csc \left (b x + a\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)*(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(d*x + c)*csc(b*x + a), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\sqrt{d x + c} \csc \left (b x + a\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)*(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(d*x + c)*csc(b*x + a), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{c + d x} \csc{\left (a + b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)*(d*x+c)**(1/2),x)

[Out]

Integral(sqrt(c + d*x)*csc(a + b*x), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{d x + c} \csc \left (b x + a\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)*(d*x+c)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(d*x + c)*csc(b*x + a), x)